github.com/jackc/pgx/v5/pgxpool.Conn.getPoolRows (method)

2 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		conn.go#L132: func (c *Conn) getPoolRows(r pgx.Rows) *poolRows {
		pool.go#L751: 	return c.getPoolRows(rows), nil